home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / lib / udev / rules.d / 64-xorg-xkb.rules < prev    next >
Encoding:
Text File  |  2011-08-28  |  257 b   |  9 lines

  1. ACTION!="add|change", GOTO="xorg_xkb_end"
  2. SUBSYSTEM!="input", GOTO="xorg_xkb_end"
  3. KERNEL!="event*", GOTO="xorg_xkb_end"
  4.  
  5. # import keyboard layout from /etc/default/keyboard
  6. ENV{ID_INPUT_KEY}=="?*", IMPORT{file}="/etc/default/keyboard"
  7.  
  8. LABEL="xorg_xkb_end"
  9.